Refactor Wildcard Exports to Named Exports Across Multiple Files #4475
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request: Refactor Wildcard Exports to Named Exports Across Multiple Files
Description
This pull request merges the changes from several branches into a single branch
devin/fix-issues/234668/merge
to address various issues in thecore
repository. The following branches have been merged:devin/fix-issues/234668/3
devin/fix-issues/234668/2
devin/fix-issues/234668/1
devin/fix-issues/234668/5
Changes
The changes include:
*
exports to named exports in the specified files.packages/announcement-controller/src/index.test.ts
.Result
All changes have been successfully merged, and the code has been tested to ensure that it works as expected.
Review
Please review the changes and provide feedback. If there are any issues or further modifications needed, let me know.
Link to Devin run: https://preview.devin.ai/devin/02c900f043a24857924124242c014f9d
Reference issue: MetaMask/eslint-config#331